home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-06-26 | 400 b | 22 lines | [TEXT/CWIE] |
- /*=============================*\
- Sound-IN-Sane
- A MacHack 1999 Production
-
- Developed and Written by
-
- Shawn Platkus
-
- June 25, 1999
- \*=============================*/
-
- // Filename: Sound-IN-Sane.h
-
- // Prototypes for Sound-IN-Sane.c functions
-
- #include "Konstants.h"
-
- Boolean ApplicationInit (void);
- void ApplicationCleanUp (void);
- void GetSoundSources (void);
- void CycleSoundSources ();
-